Switch over to separate Linux tree.
authorIan Campbell <ian.campbell@xensource.com>
Mon, 4 Jun 2007 09:14:53 +0000 (10:14 +0100)
committerIan Campbell <ian.campbell@xensource.com>
Mon, 4 Jun 2007 09:14:53 +0000 (10:14 +0100)
The sparse tree is now deprecated and will deleted in due course. The
xen-unstable build system will automatically clone the correct Linux
tree for you and all the old makefile targets
(dist/linux-2.6-xen{,0,U}/etc) should continue to work.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
buildconfigs/mk.linux-2.6-xen

index 794fdf6754bcf1f777b8b5ab150920e005a67231..5c8291c4d87dd6931fea5dd5b349c2bf88fe1f9a 100644 (file)
@@ -7,7 +7,7 @@ EXTRAVERSION ?= -xen
 # repositories.
 LINUX_SRC_PATH ?= .:..
 
-XEN_LINUX_SOURCE ?= sparse
+XEN_LINUX_SOURCE ?= hg-clone
 
 # Let XEN_TARGET_ARCH override ARCH.
 ifeq ($(XEN_TARGET_ARCH),x86_32)